home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / winsock / ircii2-6.zip / SRC\IRCII-2.6\INCLUDE\CRYPT.H < prev    next >
Text File  |  1994-12-28  |  416b  |  24 lines

  1. /*
  2.  * crypt.h: header for crypt.c 
  3.  *
  4.  * Written By Michael Sandrof
  5.  *
  6.  * Copyright(c) 1990 
  7.  *
  8.  * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT 
  9.  *
  10.  * @(#)$Id: crypt.h,v 1.4 1994/07/02 02:38:10 mrg Stab $
  11.  */
  12.  
  13. #ifndef _CRYPT_H_
  14. #define _CRYPT_H_
  15.  
  16. extern    char    *crypt_msg();
  17. extern    void    encrypt_cmd();
  18. extern    char    *is_crypted();
  19.  
  20. #define CRYPT_HEADER ""
  21. #define CRYPT_HEADER_LEN 5
  22.  
  23. #endif /* _CRYPT_H_ */
  24.